func go.uber.org/atomic.boolToInt
5 uses
go.uber.org/atomic (current package)
bool.go#L54: x.v.Store(boolToInt(val))
bool.go#L66: return x.v.CompareAndSwap(boolToInt(old), boolToInt(new))
bool.go#L72: return truthy(x.v.Swap(boolToInt(val)))
bool_ext.go#L33: func boolToInt(b bool) uint32 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)